AWS S3 Service (deprecated)
-
Global factory const which can be used to create an
AWSS3ServiceClientwith aStitchAppClient. Pass intoStitchAppClient.serviceClient(fromFactory:withName)to get an `AWSS3ServiceClient.Declaration
Swift
@available(*, deprecated, message: "Use awsServiceClientFactory instead") public let awsS3ServiceClientFactory: AnyNamedServiceClientFactory<AWSS3ServiceClient> -
The AWS S3 service client, which can be used to interact with AWS Simple Storage Service (S3) via MongoDB Stitch. This client is deprecated. Use the AWSServiceClient in StitchAWSService.
See moreDeclaration
Swift
@available(*, deprecated, message: "Use AWSServiceClient instead") public protocol AWSS3ServiceClient
-
The result of an AWS S3 put object request. (Deprecated)
See moreDeclaration
Swift
@available(*, deprecated, message: "Use the generic AWS service instead") public struct AWSS3PutObjectResult : Decodable
-
The result of an AWS S3 sign policy request. (Deprecated)
See moreDeclaration
Swift
@available(*, deprecated, message: "Use the generic AWS service instead") public struct AWSS3SignPolicyResult : Decodable
AWS S3 Service (deprecated) Reference